projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0fa151
)
(info-insert-file-contents): Use info-file-exists-p
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 3 Aug 2001 12:33:14 +0000
(12:33 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 3 Aug 2001 12:33:14 +0000
(12:33 +0000)
instread of file-exists-p.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 91344b850fb99eb6cd8523aa015e6d4a6f63d54d..29b34632d527bb043dee369806a46b8d892eeb9a 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-270,7
+270,7
@@
Do the right thing if the file has been compressed or zipped."
(check-short (and (fboundp 'msdos-long-file-names)
lfn))
fullname decoder done)
- (if (file-exists-p filename)
+ (if (
info-
file-exists-p filename)
;; FILENAME exists--see if that name contains a suffix.
;; If so, set DECODE accordingly.
(progn